home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / blogjet / BlogJetSetup-bn.exe / {app} / BlogJet.exe / 0 / RCDATA / TSPELLERDIALOG2 / TSPELLERDIALOG2.txt
Text File  |  2004-06-07  |  5KB  |  213 lines

  1. object SpellerDialog2: TSpellerDialog2
  2.   Left = 317
  3.   Top = 166
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Spelling  %s'
  7.   ClientHeight = 262
  8.   ClientWidth = 310
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -10
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnDestroy = FormDestroy
  20.   OnDeactivate = FormDeactivate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object InfoMsg: TLabel
  25.     Left = 4
  26.     Top = 4
  27.     Width = 302
  28.     Height = 13
  29.     AutoSize = False
  30.     Caption = 'Unknown word'
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clWindowText
  33.     Font.Height = -12
  34.     Font.Name = 'Arial'
  35.     Font.Style = []
  36.     ParentFont = False
  37.   end
  38.   object Label2: TLabel
  39.     Left = 4
  40.     Top = 106
  41.     Width = 302
  42.     Height = 13
  43.     AutoSize = False
  44.     Caption = '&Variants'
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clWindowText
  47.     Font.Height = -12
  48.     Font.Name = 'Arial'
  49.     Font.Style = []
  50.     ParentFont = False
  51.   end
  52.   object Misspelling: TRichEdit
  53.     Left = 4
  54.     Top = 20
  55.     Width = 302
  56.     Height = 73
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clWindowText
  59.     Font.Height = -12
  60.     Font.Name = 'Arial'
  61.     Font.Style = []
  62.     HideSelection = False
  63.     ParentFont = False
  64.     ScrollBars = ssVertical
  65.     TabOrder = 0
  66.     OnChange = MisspellingChange
  67.     OnProtectChange = MisspellingProtectChange
  68.   end
  69.   object Variants: TListBox
  70.     Left = 4
  71.     Top = 122
  72.     Width = 196
  73.     Height = 102
  74.     Style = lbOwnerDrawFixed
  75.     Font.Charset = DEFAULT_CHARSET
  76.     Font.Color = clWindowText
  77.     Font.Height = -12
  78.     Font.Name = 'Arial'
  79.     Font.Style = []
  80.     ItemHeight = 15
  81.     ParentFont = False
  82.     TabOrder = 1
  83.     OnDblClick = ChangeButtonClick
  84.   end
  85.   object ChangeButton: TButton
  86.     Left = 207
  87.     Top = 122
  88.     Width = 99
  89.     Height = 20
  90.     Caption = '&Change'
  91.     Default = True
  92.     TabOrder = 2
  93.     OnClick = ChangeButtonClick
  94.   end
  95.   object ChangeAllButton: TButton
  96.     Left = 207
  97.     Top = 146
  98.     Width = 99
  99.     Height = 21
  100.     Caption = 'Change A&ll'
  101.     Font.Charset = DEFAULT_CHARSET
  102.     Font.Color = clWindowText
  103.     Font.Height = -11
  104.     Font.Name = 'Arial'
  105.     Font.Style = []
  106.     ParentFont = False
  107.     TabOrder = 3
  108.     OnClick = ChangeAllButtonClick
  109.   end
  110.   object SkipButton: TButton
  111.     Left = 207
  112.     Top = 179
  113.     Width = 99
  114.     Height = 20
  115.     Caption = '&Skip'
  116.     Font.Charset = DEFAULT_CHARSET
  117.     Font.Color = clWindowText
  118.     Font.Height = -11
  119.     Font.Name = 'Arial'
  120.     Font.Style = []
  121.     ParentFont = False
  122.     TabOrder = 4
  123.     OnClick = SkipButtonClick
  124.   end
  125.   object SkipAllButton: TButton
  126.     Left = 207
  127.     Top = 203
  128.     Width = 99
  129.     Height = 20
  130.     Caption = 'S&kip All'
  131.     Font.Charset = DEFAULT_CHARSET
  132.     Font.Color = clWindowText
  133.     Font.Height = -11
  134.     Font.Name = 'Arial'
  135.     Font.Style = []
  136.     ParentFont = False
  137.     TabOrder = 5
  138.     OnClick = SkipAllButtonClick
  139.   end
  140.   object AddButton: TButton
  141.     Left = 207
  142.     Top = 236
  143.     Width = 99
  144.     Height = 20
  145.     Caption = '&Add'
  146.     Font.Charset = DEFAULT_CHARSET
  147.     Font.Color = clWindowText
  148.     Font.Height = -11
  149.     Font.Name = 'Arial'
  150.     Font.Style = []
  151.     ParentFont = False
  152.     TabOrder = 6
  153.     OnClick = AddButtonClick
  154.   end
  155.   object CancelButton: TButton
  156.     Left = 4
  157.     Top = 236
  158.     Width = 70
  159.     Height = 20
  160.     Cancel = True
  161.     Caption = 'Ca&ncel'
  162.     Font.Charset = DEFAULT_CHARSET
  163.     Font.Color = clWindowText
  164.     Font.Height = -11
  165.     Font.Name = 'Arial'
  166.     Font.Style = []
  167.     ParentFont = False
  168.     TabOrder = 7
  169.     OnClick = CancelButtonClick
  170.   end
  171.   object CancelEdit: TButton
  172.     Left = 81
  173.     Top = 236
  174.     Width = 119
  175.     Height = 20
  176.     Caption = '&Undo Edit'
  177.     Font.Charset = DEFAULT_CHARSET
  178.     Font.Color = clWindowText
  179.     Font.Height = -11
  180.     Font.Name = 'Arial'
  181.     Font.Style = []
  182.     ParentFont = False
  183.     TabOrder = 8
  184.     Visible = False
  185.     OnClick = CancelEditClick
  186.   end
  187.   object DelButton: TButton
  188.     Left = 207
  189.     Top = 122
  190.     Width = 99
  191.     Height = 20
  192.     Caption = 'Delete'
  193.     TabOrder = 9
  194.     OnClick = DelButtonClick
  195.   end
  196.   object StartButton: TButton
  197.     Left = 207
  198.     Top = 122
  199.     Width = 99
  200.     Height = 20
  201.     Caption = 'Start'
  202.     Font.Charset = DEFAULT_CHARSET
  203.     Font.Color = clWindowText
  204.     Font.Height = -11
  205.     Font.Name = 'Arial'
  206.     Font.Style = []
  207.     ParentFont = False
  208.     TabOrder = 10
  209.     Visible = False
  210.     OnClick = StartButtonClick
  211.   end
  212. end
  213.